type reflect.structType
30 uses
reflect (current package)
abi.go#L237: st := (*structType)(unsafe.Pointer(t))
type.go#L381: type structType struct {
type.go#L716: tt := (*structType)(unsafe.Pointer(t))
type.go#L724: tt := (*structType)(unsafe.Pointer(t))
type.go#L732: tt := (*structType)(unsafe.Pointer(t))
type.go#L740: tt := (*structType)(unsafe.Pointer(t))
type.go#L764: tt := (*structType)(unsafe.Pointer(t))
type.go#L971: func (t *structType) Field(i int) (f StructField) {
type.go#L1002: func (t *structType) FieldByIndex(index []int) (f StructField) {
type.go#L1019: typ *structType
type.go#L1025: func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
type.go#L1043: var nextCount map[*structType]int
type.go#L1050: visited := map[*structType]bool{}
type.go#L1104: styp := (*structType)(unsafe.Pointer(ntyp))
type.go#L1110: nextCount = map[*structType]int{}
type.go#L1131: func (t *structType) FieldByName(name string) (f StructField, present bool) {
type.go#L1460: t := (*structType)(unsafe.Pointer(T))
type.go#L1461: v := (*structType)(unsafe.Pointer(V))
type.go#L1887: tt := (*structType)(unsafe.Pointer(t))
type.go#L1914: tt := (*structType)(unsafe.Pointer(t))
type.go#L1936: tt := (*structType)(unsafe.Pointer(t))
type.go#L2117: structType
type.go#L2386: var typ *structType
type.go#L2400: {Name: "S", Type: TypeOf(structType{})},
type.go#L2405: typ = (*structType)(tt.Elem().Field(0).Addr().UnsafePointer())
type.go#L2434: prototype := *(**structType)(unsafe.Pointer(&istruct))
type.go#L2596: st := (*structType)(unsafe.Pointer(t))
type.go#L2905: tt := (*structType)(unsafe.Pointer(t))
value.go#L1280: tt := (*structType)(unsafe.Pointer(v.typ()))
value.go#L2063: tt := (*structType)(unsafe.Pointer(v.typ()))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |